Click the button if this page is empty.
---
title: "Math Notebook for Remote Learning"
output:
flexdashboard::flex_dashboard:
source_code: embed
vertical_layout: fill
theme: yeti
html_document:
df_print: paged
---
```{r setup}
# Check and install required libraries.
list.of.packages <- c(
"dplyr", "ggplot2", "tidyverse", "ggpubr", "devtools", "plotly",
"crosstalk", "htmlwidgets")
new.packages <- list.of.packages[!(list.of.packages %in%
installed.packages()[,"Package"])]
# Remove checked vectors from memory.
if(length(new.packages)) install.packages(new.packages)
rm(list.of.packages, new.packages)
# Global chunk defaults
knitr::opts_chunk$set(echo=FALSE, message=FALSE, warning=FALSE)
```
Day\ 1 {data-navmenu=Days\ 1-10}
=====================================
Sidebar {.sidebar data-width=400}
-------------------------------------
Topic:
Lesson
Directions
1. Step 1
2. Step 2
3. Step 3
4. Step 4
5. Step 5
If you need additional support, please contact X at (XXX)XXX-XXXX or email X.
Column {.tabset .tabset-pills .tabset-fade}
-------------------------------------
### Notes
### Videos
### Desmos
### Number Line
### Algebra Tiles
### Base 10 Blocks
### Spinners
Click the button if this page is empty.
Column {data-width=200}
-------------------------------------
### Useful Links {.panel_reference1}
Here are [simple](https://youtu.be/ClYdw4d4OmA) and [complex
](https://youtu.be/piIcRV2dx7E){target="_blank"} examples.
Parentheses
Exponents
Multiplication OR Division
- from left to right as they appear
Addition OR Subtraction
- from left to right as they appear
### Calculator {.panel_calculator}